From 3243e6955cd4014345170fdd9246a13eacad86dd Mon Sep 17 00:00:00 2001 From: John Ralls Date: Mon, 7 Nov 2011 13:18:14 -0800 Subject: [PATCH] Fix accidental paste error in 8216324 --- gtk/gtkdnd-quartz.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkdnd-quartz.c b/gtk/gtkdnd-quartz.c index 323ce2aae3..2f01c65375 100644 --- a/gtk/gtkdnd-quartz.c +++ b/gtk/gtkdnd-quartz.c @@ -1087,7 +1087,7 @@ gtk_drag_begin_idle (gpointer arg) return point; } - FALSE.x -= info->hot_x; + point.x -= info->hot_x; point.y -= info->hot_y; [nswindow dragImage:drag_image -- 2.30.2